Page MenuHomePhabricator

D7545.id17025.diff
No OneTemporary

D7545.id17025.diff

Index: src/markup/render.php
===================================================================
--- src/markup/render.php
+++ src/markup/render.php
@@ -70,6 +70,13 @@
/**
* @group markup
*/
+function phutil_tag_div($class, $content = null) {
+ return phutil_tag('div', array('class' => $class), $content);
+}
+
+/**
+ * @group markup
+ */
function phutil_escape_html($string) {
if ($string instanceof PhutilSafeHTML) {
return $string;

File Metadata

Mime Type
text/plain
Expires
Mar 19 2025, 6:26 PM (7 w, 15 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7708700
Default Alt Text
D7545.id17025.diff (451 B)

Event Timeline